home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / EmacsTeX / Emacs-3.0.1 / Source / PanelLoader.h < prev    next >
Encoding:
Text File  |  1995-06-12  |  270 b   |  20 lines

  1. /* Interface for PanelLoader.
  2.  
  3.    For legal stuff see the file COPYRIGHT.  */
  4.  
  5. #import <appkit/appkit.h>
  6.  
  7. @interface PanelLoader: Object
  8. {
  9.   id helpPanel;
  10.   id infoPanel;
  11.   id legalPanel;
  12.   id prefPanel;
  13. }
  14.  
  15. -showHelp: sender;
  16. -showInfo: sender;
  17. -showPref: sender;
  18.  
  19. @end
  20.